projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80717f5
)
(rmail-abort-edit): Don't call
author
Alex Schroeder
<alex@gnu.org>
Sat, 21 Jan 2006 18:22:09 +0000
(18:22 +0000)
committer
Alex Schroeder
<alex@gnu.org>
Sat, 21 Jan 2006 18:22:09 +0000
(18:22 +0000)
rmail-highlight-headers anymore.
lisp/mail/rmailedit.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailedit.el
b/lisp/mail/rmailedit.el
index adab40546ef754de04b221878fadedbd39204cff..e765f74c1402e3ce0cd068da4584d9040bd9b2c8 100644
(file)
--- a/
lisp/mail/rmailedit.el
+++ b/
lisp/mail/rmailedit.el
@@
-146,8
+146,7
@@
This functions runs the normal hook `rmail-edit-mode-hook'.
(interactive)
(delete-region (point-min) (point-max))
(insert rmail-old-text)
- (rmail-cease-edit)
- (rmail-highlight-headers))
+ (rmail-cease-edit))
(provide 'rmailedit)